home *** CD-ROM | disk | FTP | other *** search
/ Die Speccy' 97 / Die Speccy' 97.iso / amiga_system / the_aminet / comm / bbs / u342q07.lha / u_msgout.lha / msgout.doc < prev   
Text File  |  1993-08-09  |  2KB  |  35 lines

  1. MSGOUT
  2.  
  3.    MSGOUT is the reverse of the MSGADD utility -- it will extract
  4. messages from a Citadel installation and write them to a file in
  5. C86Net format, for later processing by a gateway program for insertion
  6. into a foreign network.  The 'typical' system operator will have little
  7. to no use for this utility.
  8.  
  9.    Command line format for MSGOUT is
  10.  
  11.       C>MSGOUT <node name> <filename>
  12.  
  13.    'node name' is the name of a node on your nodelist for which you
  14. wish to extract messages, while 'filename' is the file to place all
  15. such messages in, no matter what room they came from.
  16.  
  17.    So, the question becomes, "What messages are extracted?"  The answer
  18. is conceptually simple: Think of 'node name', despite being a designation
  19. of a foreign (OtherNet) network, as just another C86Net system.  MSGOUT
  20. is then just like a normal network session.  All messages which would
  21. have been sent to this system during a normal network session, both
  22. shared rooms and netMail, will be written to 'filename' in C86Net format.
  23.  
  24.    The gateway program is then expected to digest 'filename' and pass
  25. on those messages to the foreign network in the appropriate format.
  26.  
  27.      MSGOUT will handle virtual rooms, but always make sure MSGOUT is
  28. run before MSGADD; otherwise, MSGOUT will not find and place in the
  29. file all outgoing messages meant for the foreign network.
  30.  
  31.    OtherNet systems are those you designate in the Sysop/Net Menu
  32. when you add them or later when you edit them.  An OtherNet system is
  33. one that will not directly network with C86Net systems and must have
  34. the messages processed by a gateway program.
  35.